home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00102.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  215 b   |  10 lines

  1. on exitFrame
  2.   global CurrentBug, SubBug, level1
  3.   puppetSprite(37, 0)
  4.   repeat with xxx = 14 to 36
  5.     puppetSprite(xxx, 0)
  6.     set the visible of sprite xxx to 0
  7.   end repeat
  8.   go("bug" & CurrentBug & level1)
  9. end
  10.